[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Modify_Topic_Retcode


Purpose   Modifies the topic code that is passed to the despatcher when the
          topic is selected.

Decln.    Modify_Topic_Retcode(var M:Nest_Menu;TopicNo:word;Retcode:char);

Remarks   M is the name of the menu variable that contains the topic.
          TopicNo is the number of the topic to be modified.
          RetCode is an integer code that will be passed to the despatcher
          procedure to indicate that the user selected this topic. Set the
          code to zero if a sub-menu is going to be called.

Example

BEGIN
    MODIFY_TOPIC_RETCODE(BOBS_MENU,11,400);
END;

See Also: Add_Topic Modify_Topic Modify_Topic_Active
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson